JsonObjectGetStringArrayValues Method |
Namespace:
Independentsoft.Json.Parser
Assembly:
Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntaxpublic IList<string> GetStringArrayValues(
string name
)
Public Function GetStringArrayValues (
name As String
) As IList(Of String)
Parameters
- name
- Type: SystemString
Return Value
Type:
IListString
See Also